pg. no.12

Debugger Remote Connection
you can begin remote debugging by choosing this option

     Execute.....
the execute command alllow you to run the program at full speed

Set Active Configration....
   this option allow you to instruct the build or rebuild command as to which projects executable needs creation

Configuration.......
     this option allow you to add or remove configuration from active build cycle

Profile.....
         the profile alolow you to determine the which section of your code are working efficiently by producing 
    information showing areas of code that are not being  executed or that are talking a long time to execute it.


